summaryrefslogtreecommitdiff
path: root/Makefile.comm
diff options
context:
space:
mode:
authorwlemb <wlemb>2002-05-26 09:32:24 +0000
committerwlemb <wlemb>2002-05-26 09:32:24 +0000
commitb817ae26d886ee414595f86cc439594157e5b02b (patch)
treebed9aa523cd30482250844d9939b82926be5b2cc /Makefile.comm
parent7ac4c9363b34ad60a5d86ff911f498211dbe1a61 (diff)
downloadgroff-b817ae26d886ee414595f86cc439594157e5b02b.tar.gz
Including the doc subdir into groff's Makefile system.
* aclocal.m4 (GROFF_INSTALL_INFO): New function. * configure.ac: Use it. Generate `doc/Makefile'. * configure: Regenerated. * Makefile.in (infodir, INSTALL_INFO): New variables. (MDEFINES, uninstall_dirs): Updated. (OTHERDIRS): Add `doc'. * Makefile.comm (CLEANDIRADD): New variable. (mostlyclean): Use it. * doc/Makefile.sub, doc/Makefile.in: New files. * doc/Makefile: Removed. * NEWS, INSTALL: Updated. * doc/homepage.ms: Renamed to ... * doc/webpage.ms: This. Use `.NHR'. * contrib/mom/Makefile.sub (momdocdir): Removed. (HTMLDOCFILES): Prepend `momdoc/'. (EXTRAEXAMPLEFILES): Removed. Added entries to... (EXAMPLEFILES): This. (.SUFFIXES, .mom.ps): New. (prepare_make_examples): Updated. (examples/*.ps): Removed; .mom.ps will handle this. (install_data): Updated.
Diffstat (limited to 'Makefile.comm')
-rw-r--r--Makefile.comm2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile.comm b/Makefile.comm
index 3f103352..b2fec5ee 100644
--- a/Makefile.comm
+++ b/Makefile.comm
@@ -38,6 +38,7 @@ YTABC=
GRAM=
LIBCLEAN=
CLEANADD=
+CLEANDIRADD=
MOSTLYCLEANFILES=$(MANCLEAN) $(PROG) $(OBJS) $(GENSRCS) $(GENHDRS) \
depend.temp core y.output $(CLEANADD)
CLEANFILES=$(LIBCLEAN)
@@ -69,6 +70,7 @@ prefix_must_exist:
mostlyclean:
-rm -f $(MOSTLYCLEANFILES)
+ -rm -rf $(CLEANDIRADD)
clean:
-rm -f $(CLEANFILES) $(MOSTLYCLEANFILES)