1998-05-05 Mark Galassi <rosalia@cygnus.com> * core-docs/gnome-intro.sgml: completed the GNOME intro; there are many omissions, but it seems OK. Now I have to proofread it a bit and add a mention of panel applets. I also added all the generated HTML files for people who do not have the docbook tools installed (this sucks). * core-docs/Makefile.am: put core-docs under automake with some quickly hacked-up rules for the RH-5.1 release. I will clean it up later; this seems to work and install gnome-intro in a way such that the help browser picks it up. * Makefile.am (SUBDIRS): added core-docs
9 lines
333 B
Makefile
9 lines
333 B
Makefile
SUBDIRS = intl po macros \
|
|
panel applets \
|
|
gsm pixmaps desktop-links desktop-properties help-browser \
|
|
gnome-terminal core-docs
|
|
|
|
## to automatically rebuild aclocal.m4 if any of the macros in `macros/' change
|
|
@MAINT@include macros/macros.dep
|
|
@MAINT@macros/macros.dep: macros/Makefile.am
|
|
@MAINT@ cd macros && $(MAKE) macros.dep
|