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