summaryrefslogtreecommitdiff
path: root/docs/manuals.mak
diff options
context:
space:
mode:
authorDavid Schleef <ds@schleef.org>2003-11-19 23:34:45 +0000
committerDavid Schleef <ds@schleef.org>2003-11-19 23:34:45 +0000
commitf328265d46aeae37cd888d02b203fdc3debc4171 (patch)
tree60c7688fa3df3619be61ef21ad575b71b8155654 /docs/manuals.mak
parent36f12d3acb7486ddd60946c8b74ac13b42927761 (diff)
'make distcheck' fixes
Original commit message from CVS: 'make distcheck' fixes
Diffstat (limited to 'docs/manuals.mak')
-rw-r--r--docs/manuals.mak6
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/manuals.mak b/docs/manuals.mak
index 408c32975a..49afddb75a 100644
--- a/docs/manuals.mak
+++ b/docs/manuals.mak
@@ -89,7 +89,7 @@ $(BUILDDIR)/$(MAIN): $(XML) $(CSS)
@-mkdir -p $(BUILDDIR)
@for a in $(XML); do cp $(srcdir)/$$a $(BUILDDIR); done
@for a in $(CSS); do cp $(srcdir)/$$a $(BUILDDIR); done
- @cp $(srcdir)/../version.entities $(BUILDDIR)
+ @cp ../version.entities $(BUILDDIR)
html/index.html: $(BUILDDIR)/$(MAIN) $(PNG_BUILT) $(FIG_SRC)
@echo "*** Generating HTML output ***"
@@ -164,8 +164,8 @@ $(BUILDIMAGESDIR)/%.ps: %.png
@cat $< | pngtopnm | pnmtops -noturn > $@ 2> /dev/null
# make sure xml validates properly
-check-local:
- xmllint -noout -valid $(MAIN)
+#check-local:
+# xmllint -noout -valid $(srcdir)/$(MAIN)
### this is a website upload target