blob: 54fee2180247c7bb7e9dfb12fc8b97d8a38fe0b6 (
plain)
1
2
3
4
5
6
7
8
9
|
help:
@if [ ! -d doc ]; then \
echo "Checking out doc stuff now ..."; \
cvs -d :ext:svn.mageia.org:/cauldron co doc/manualB/{entities,manuals,modules}; \
else \
echo "Updating doc stuff now ..."; \
cd doc ; cvs update manualB/{entities,manuals,modules}; \
fi
./help_xml2pm.pl
|