diff options
Diffstat (limited to 'aux/dev.mk')
-rw-r--r-- | aux/dev.mk | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -29,7 +29,7 @@ manpages.html = $(manpages.in:.in=.html) md_files.html = $(md_files:.md=.html) -public: manpages.sentinel public/makefile.svg po4a.cfg md.sentinel \ +public: manpages.sentinel public/makefile.svg po/po4a.cfg md.sentinel \ public/index.html public/ci public/TODOs.html public/style.css \ public/favicon.svg touch $@ @@ -74,7 +74,7 @@ public/makefile.svg: Makefile mkdir -p $(@D) LANG=en.UTF-8 make -Bnd dev | make2graph | dot -Tsvg >$@ -po4a.cfg: $(en_files) po +po/po4a.cfg: $(en_files) po sh aux/po4a-cfg.sh -f '$(en_files) aux/checks/manpages/footer.en.0.in' > $@ |