X-Git-Url: http://git.marmaro.de/?a=blobdiff_plain;f=docs%2FMakefile.in;fp=docs%2FMakefile.in;h=0000000000000000000000000000000000000000;hb=5faf465b84082afa8bb85ce6fe87ce6675749675;hp=a30292b681551e5a55b719725eae9f47dabc68f1;hpb=04083c773195287a6a0774d27f96897f3d57d69d;p=mmh diff --git a/docs/Makefile.in b/docs/Makefile.in deleted file mode 100644 index a30292b..0000000 --- a/docs/Makefile.in +++ /dev/null @@ -1,66 +0,0 @@ -# -# Makefile for h subdirectory -# - -SHELL = /bin/sh - -srcdir = @srcdir@ -datarootdir = @datarootdir@ -VPATH = @srcdir@ - -# header files included in distribution -FILES = COMPLETION-BASH COMPLETION-TCSH COMPLETION-ZSH \ - ChangeLog_MH-3_to_MH-6.6 ChangeLog_MH-6.7.0_to_MH-6.8.4.html \ - ChangeLog_nmh \ - DIFFERENCES_nmh_MH DIFFERENCES_mmh_nmh \ - TODO MACHINES FAQ MAILING-LISTS \ - README.start-devel README.developers README.releasing \ - README.manpages README.mail-filtering README.mhsign-mhpgp \ - README.attachments README.hooks \ - schnalke-mmh.pdf \ - m_getfld.c.humor - -# auxiliary files -AUX = Makefile.in - -# all files in this directory included in the distribution -DIST = $(FILES) $(AUX) - -# ========== DEPENDENCIES FOR BUILDING AND INSTALLING ========== - -all: - -install: - -uninstall: - -lint: - -# ========== DEPENDENCIES FOR CLEANUP ========== - -mostlyclean: - rm -f *~ - -clean: mostlyclean - -distclean: clean - rm -f Makefile - -realclean: distclean - -superclean: realclean - -# ========== DEPENDENCIES FOR MAINTENANCE ========== - -subdir = docs - -Makefile: Makefile.in ../config.status - cd .. && ./config.status $(subdir)/$@ - -distdir = ../`cat ../distname`/$(subdir) -mmhdist: - @echo "Copying distribution files in $(subdir)" - @for file in $(DIST); do \ - cp -p $(srcdir)/$$file $(distdir); \ - done -