Skip to content

Commit

Permalink
cleanup distro
Browse files Browse the repository at this point in the history
  • Loading branch information
restena-sw committed Apr 18, 2019
1 parent f346383 commit e6e7a1c
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,7 @@ all: translation documentation

documentation:
rm -Rf web/apidoc build
# mv core/phpqrcode.php core/phpqrcode.xyz
phpDocumentor.phar run -d . -i core/phpqrcode.php -i core/PHPMailer/ -i tests/ -i core/simpleSAMLphp -i core/PHPUnit -i core/GeoIP2 -t web/apidoc/ --title "CAT - The IEEE 802.1X Configuration Assistant Tool"
# mv core/phpqrcode.xyz core/phpqrcode.php

pull_from_transifex:
tx pull --all --force
Expand Down Expand Up @@ -48,5 +46,5 @@ distribution: all
git submodule update --init devices/ms/Files/GEANTLink
find . -name \*.po~ -exec rm {} \;
find . -name svn-commit.tmp -exec rm {} \;
rm -R -f NewFolder nbproject .tx config/config-master.php config/config-confassistant.php config/config-diagnostics.php devices/Devices.php .codeclimate.yml .git .github .scrutinizer.yml .gitignore .gitmodules core/simpleSAMLphp core/PHPMailer core/PHPUnit core/GeoIP2
rm -R -f NewFolder nbproject .tx config/config-master.php config/config-confassistant.php config/config-diagnostics.php devices/Devices.php .codeclimate.yml .git .github .scrutinizer.yml .gitignore .gitmodules core/simpleSAMLphp core/PHPMailer core/PHPUnit core/GeoIP2 build phpdoc.xml
tar -cvjf ../$(VERSION).tar.bz2 --show-transformed-names --exclude-vcs --xform 's/^\.\(\/\)/$(VERSION)\1/' .

0 comments on commit e6e7a1c

Please sign in to comment.