mirror of
https://github.com/michaelrsweet/mxml.git
synced 2024-11-24 11:25:30 +00:00
Ignore new filenames.
This commit is contained in:
parent
7e5d1a0875
commit
6d824fd830
7
.gitignore
vendored
7
.gitignore
vendored
@ -13,13 +13,14 @@ libmxml.sl.1
|
||||
libmxml.so
|
||||
libmxml.so.1
|
||||
libmxml.so.1.5
|
||||
mxml.epub
|
||||
mxml.pc
|
||||
mxml.xml
|
||||
mxmldoc
|
||||
mxmldoc-static
|
||||
org.minixml.atom
|
||||
org.minixml.docset
|
||||
org.minixml.xar
|
||||
org.msweet.mxml.atom
|
||||
org.msweet.mxml.docset
|
||||
org.msweet.mxml.xar
|
||||
temp1.xmlfd
|
||||
test.xmlfd
|
||||
testmxml
|
||||
|
16
Makefile.in
16
Makefile.in
@ -359,19 +359,19 @@ mxml.xml: mxmldoc-static mxml.h $(PUBLIBOBJS:.o=.c)
|
||||
--copyright "Copyright 2003-2017, All Rights Reserved." \
|
||||
mxml.xml >doc/mxml.man
|
||||
if test "x`uname`" = xDarwin; then \
|
||||
./mxmldoc-static --docset org.minixml.docset \
|
||||
--docversion @VERSION@ --feedname minixml.org \
|
||||
--feedurl http://www.minixml.org/org.minixml.atom \
|
||||
./mxmldoc-static --docset org.msweet.mxml.docset \
|
||||
--docversion @VERSION@ --feedname org.msweet.mxml \
|
||||
--feedurl https://michaelrsweet.github.io/mxml/org.msweet.mxml.atom \
|
||||
--header doc/docset.header --intro doc/docset.intro \
|
||||
--css doc/docset.css --author "Michael R Sweet" \
|
||||
--copyright "Copyright 2003-2017, All Rights Reserved." \
|
||||
--title "Mini-XML API Reference" \
|
||||
mxml.xml || exit 1; \
|
||||
$(RM) org.minixml.atom; \
|
||||
xcrun docsetutil package --output org.minixml.xar \
|
||||
--atom org.minixml.atom \
|
||||
--download-url http://www.minixml.org/org.minixml.xar \
|
||||
org.minixml.docset || exit 1; \
|
||||
$(RM) org.msweet.mxml.atom; \
|
||||
xcrun docsetutil package --output org.msweet.mxml.xar \
|
||||
--atom org.msweet.mxml.atom \
|
||||
--download-url https://michaelrsweet.github.io/mxml/org.msweet.mxml.xar \
|
||||
org.msweet.mxml.docset || exit 1; \
|
||||
fi
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user