diff options
Diffstat (limited to 'doc/Makefile.am')
-rw-r--r-- | doc/Makefile.am | 12 |
1 files changed, 1 insertions, 11 deletions
diff --git a/doc/Makefile.am b/doc/Makefile.am index 27eeecdc9..e626af771 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -1,3 +1,4 @@ +include $(top_srcdir)/misc/Makefile.common SUBDIRS = man hackersguide faq @@ -29,14 +30,3 @@ uninstall-local: rm -f $$dir/$$name; \ echo "removing $$dir/$$name" ; \ done - -debug: -install-debug: install - -mostlyclean-generic: - -rm -f *~ \#* .*~ .\#* - -maintainer-clean-generic: - -@echo "This command is intended for maintainers to use;" - -@echo "it deletes files that may require special tools to rebuild." - -rm -f Makefile.in |