]> andersk Git - udis86.git/commitdiff
change manual docbook public dtd master
authorvivek thampi <vivek5797@users.sourceforge.net>
Mon, 4 May 2009 13:03:37 +0000 (06:03 -0700)
committervivek thampi <vivek5797@users.sourceforge.net>
Mon, 4 May 2009 13:03:37 +0000 (06:03 -0700)
Makefile.am
docs/manual/Makefile.am
docs/manual/manual.xml

index edfaaec1b579fea908e01f3e7493b35acf659046..2fedbb297116d61da892553f0fcaad622659dd0d 100644 (file)
@@ -1,6 +1,6 @@
 ACLOCAL_AMFLAGS = -I build/m4
 
-SUBDIRS = libudis86 . udcli . tests . docs
+SUBDIRS = libudis86 . udcli . docs . tests
 
 GENERATED = autom4te.cache \
             aclocal.m4 \
@@ -16,7 +16,7 @@ GENERATED = autom4te.cache \
 include_ladir = ${includedir}
 include_la_HEADERS = udis86.h
 
-.PHONY: libudis86 udcli tests
+.PHONY: libudis86 udcli tests docs
 
 libudis86:
        $(MAKE) -C $@
index df20cb3cc8b145c4aaea1ee02b154cf4571ed83c..746aac47299a2c6920e85fc9bc3ace6a815e9777 100644 (file)
@@ -3,6 +3,8 @@ dist_doc_DATA = manual.html
 
 GENERATED = manual.html
 
+all:
+
 manual.html: manual.xml manual.xsl
        xsltproc manual.xsl manual.xml > $@
 
index 70de0cb0055239b338b9580cbff3ae717eab2579..9d747d338c6196419ec53a6f16db4853087c4017 100644 (file)
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
-          "file:///opt/local/share/xml/docbook/4.5/docbookx.dtd">
+                    "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd">
 <article>
 <articleinfo>
   <title>Udis86 Manual</title>
This page took 0.252337 seconds and 5 git commands to generate.