From 2e8f242a67a04a512eae753f614e6bca2fdb595a Mon Sep 17 00:00:00 2001 From: Kristaps Dzonsons Date: Sun, 7 Dec 2008 23:44:19 +0000 Subject: *** empty log message *** --- Makefile | 26 ++++++++++++++++++-------- 1 file changed, 18 insertions(+), 8 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index d842dd9c..e8d71071 100644 --- a/Makefile +++ b/Makefile @@ -7,23 +7,29 @@ CFLAGS += -W -Wall -Wno-unused-parameter -g -DDEBUG LINTFLAGS += -c -e -f -u -LNS = mdocml.ln html.ln xml.ln libmdocml.ln roff.ln ml.ln mlg.ln compat.ln tokens.ln literals.ln +LNS = mdocml.ln html.ln xml.ln libmdocml.ln roff.ln ml.ln mlg.ln \ + compat.ln tokens.ln literals.ln LLNS = llib-lmdocml.ln LIBS = libmdocml.a -OBJS = mdocml.o html.o xml.o libmdocml.o roff.o ml.o mlg.o compat.o tokens.o literals.o +OBJS = mdocml.o html.o xml.o libmdocml.o roff.o ml.o mlg.o \ + compat.o tokens.o literals.o -SRCS = mdocml.c html.c xml.c libmdocml.c roff.c ml.c mlg.c compat.c tokens.c literals.c +SRCS = mdocml.c html.c xml.c libmdocml.c roff.c ml.c mlg.c \ + compat.c tokens.c literals.c HEADS = libmdocml.h private.h ml.h roff.h MANS = mdocml.1 index.7 -HTML = index.html mdocml.html +HTML = index.html mdocml.html -CLEAN = mdocml mdocml.tgz $(LLNS) $(LNS) $(OBJS) $(LIBS) $(HTML) +XML = index.xml + +CLEAN = mdocml mdocml.tgz $(LLNS) $(LNS) $(OBJS) $(LIBS) $(HTML) \ + $(XML) INSTALL = Makefile $(HEADS) $(SRCS) $(MANS) @@ -44,7 +50,7 @@ lint: llib-lmdocml.ln dist: mdocml.tgz -www: $(HTML) +www: $(HTML) $(XML) regress: mdocml @for f in $(FAIL); do \ @@ -65,12 +71,16 @@ clean: index.html: index.7 mdocml.css ./mdocml -W -fhtml -e -o $@ index.7 +index.xml: index.7 mdocml.css + ./mdocml -W -fhtml -e -o $@ index.7 + mdocml.html: mdocml.1 mdocml.css ./mdocml -W -fhtml -e -o $@ mdocml.1 install-www: www dist - install -m 0644 mdocml.tgz $(PREFIX)/ - install -m 0644 $(HTML) $(PREFIX)/ + install -m 0644 mdocml.tgz $(PREFIX)/mdocml-$(VERSION).tgz + ( cd $(PREFIX)/ && ln -sf mdocml-$(VERSION).tgz mdocml.tgz ) + install -m 0644 $(HTML) $(XML) $(PREFIX)/ mdocml.tgz: $(INSTALL) mkdir -p .dist/mdocml/mdocml-$(VERSION)/ -- cgit v1.2.3-56-ge451