mirror of
https://github.com/moparisthebest/xeps
synced 2024-11-21 08:45:04 -05:00
invoke gen.py for updated PDFs
This commit is contained in:
parent
6bc1dfc72e
commit
a891e4334a
3
all.sh
3
all.sh
@ -4,7 +4,7 @@
|
||||
|
||||
## LICENSE ##
|
||||
#
|
||||
# Copyright (c) 1999 - 2010 XMPP Standards Foundation
|
||||
# Copyright (c) 1999 - 2013 XMPP Standards Foundation
|
||||
#
|
||||
# Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||
# of this software and associated documentation files (the "Software"), to deal
|
||||
@ -39,6 +39,7 @@ do
|
||||
xsltproc ref.xsl xep-$f.xml > $xeppath/refs/reference.XSF.XEP-$f.xml
|
||||
xsltproc examples.xsl xep-$f.xml > $xeppath/examples/$f.xml
|
||||
cp xep-$f.xml $xeppath/
|
||||
./gen.py $f
|
||||
done < nums.txt
|
||||
|
||||
rm nums.txt
|
||||
|
Loading…
Reference in New Issue
Block a user