diff options
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -44,7 +44,7 @@ dist: man/pandoc.1 runghc make_travis_yml.hs $< > $@ debpkg: man/pandoc.1 - ./make_deb.sh + make -C deb osxpkg: man/pandoc.1 ./make_osx_package.sh |
![]() |
index : pandoc | |
Conversion between markup formats | Igor Pashev |
aboutsummaryrefslogtreecommitdiff |
-rw-r--r-- | Makefile | 2 |
@@ -44,7 +44,7 @@ dist: man/pandoc.1 runghc make_travis_yml.hs $< > $@ debpkg: man/pandoc.1 - ./make_deb.sh + make -C deb osxpkg: man/pandoc.1 ./make_osx_package.sh |