Skip to content

Commit

Permalink
Moved man1 to man7.
Browse files Browse the repository at this point in the history
  • Loading branch information
woodbri committed Jul 16, 2013
1 parent 3d404f9 commit bf13fd7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v2.0.0-beta-54-g1312409 develop
v2.0.0-beta-50-g6a63bc1 develop
4 changes: 2 additions & 2 deletions tools/doit
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,5 @@ cmake -DWITH_DOC=ON -DWITH_DD=ON ..
make && sudo make install && (cd ..; tools/test-runner.pl -clean)
rsync -a html/* /u/www/html/pgr2-doc/.
rsync -a latex/pgRoutingDocumentation.pdf /u/www/html/pgr2-doc/.
gzip -c man/pgRoutingReference.1 > man/pgrouting.1.gz
sudo install -t /usr/share/man/man1 man/pgrouting.1.gz
gzip -c man/pgrouting.7 > man/pgrouting.7.gz
sudo install -t /usr/share/man/man7 man/pgrouting.7.gz

0 comments on commit bf13fd7

Please sign in to comment.