summaryrefslogtreecommitdiffstats
path: root/introduction-to-gnome
diff options
context:
space:
mode:
authorKenny Graunke <kenny@whitecape.org>2001-02-18 22:09:12 +0000
committerKenny Graunke <kenny@src.gnome.org>2001-02-18 22:09:12 +0000
commit5b33482469b5a41afd53983600f63ac0ff7092b9 (patch)
tree7592c44fb23d5c5a2920d74836b4944fdf5bf1d5 /introduction-to-gnome
parent7f05b1cb66bf33898381da02f47e7e893b31ff7b (diff)
downloadgnome-user-docs-5b33482469b5a41afd53983600f63ac0ff7092b9.tar.gz
gnome-user-docs-5b33482469b5a41afd53983600f63ac0ff7092b9.tar.xz
gnome-user-docs-5b33482469b5a41afd53983600f63ac0ff7092b9.zip
Install glossary.xml instead of .sgml fix cvsclean target fix cvsclean
2001-02-18 Kenny Graunke <kenny@whitecape.org> * glossary/C/Makefile.am: Install glossary.xml instead of .sgml * glossary/Makefile.am: fix cvsclean target * intro/Makefile.am: fix cvsclean target * omf-install/Makefile.am: "fix" cvsclean target (just do clean) * unix-primer/Makefile.am: fix cvsclean target
Diffstat (limited to 'introduction-to-gnome')
-rw-r--r--introduction-to-gnome/Makefile.am4
1 files changed, 4 insertions, 0 deletions
diff --git a/introduction-to-gnome/Makefile.am b/introduction-to-gnome/Makefile.am
index 42ffacc..c417594 100644
--- a/introduction-to-gnome/Makefile.am
+++ b/introduction-to-gnome/Makefile.am
@@ -1 +1,5 @@
SUBDIRS = C
+
+cvsclean:
+ $(MAKE) -C C cvsclean
+