diff options
| author | bulia byak <buliabyak@gmail.com> | 2006-10-09 23:54:04 +0000 |
|---|---|---|
| committer | buliabyak <buliabyak@users.sourceforge.net> | 2006-10-09 23:54:04 +0000 |
| commit | eafe3ae2ae1083db0c9305ee8330436ee05a4b0e (patch) | |
| tree | 78f4cc1913c7310a5c2b587c60a4e2c7fc4bb6ec /share/extensions/Makefile.am | |
| parent | add new help commands via webbrowser extensions (diff) | |
| download | inkscape-eafe3ae2ae1083db0c9305ee8330436ee05a4b0e.tar.gz inkscape-eafe3ae2ae1083db0c9305ee8330436ee05a4b0e.zip | |
more help commands
(bzr r1791)
Diffstat (limited to 'share/extensions/Makefile.am')
| -rw-r--r-- | share/extensions/Makefile.am | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/share/extensions/Makefile.am b/share/extensions/Makefile.am index 27deeffb2..33afbd014 100644 --- a/share/extensions/Makefile.am +++ b/share/extensions/Makefile.am @@ -61,7 +61,9 @@ extensions = \ webbrowser_manual.py \ webbrowser_relnotes.py \ webbrowser_reportabug.py \ - webbrowser_svgspec.py + webbrowser_svgspec.py \ + webbrowser_commandline.py \ + webbrowser_faq.py otherstuff = \ aisvg.xslt @@ -120,7 +122,9 @@ modules = \ inkscape_help_manual.inx \ inkscape_help_relnotes.inx \ inkscape_help_reportabug.inx \ - inkscape_help_svgspec.inx + inkscape_help_svgspec.inx \ + inkscape_help_commandline.inx \ + inkscape_help_faq.inx extension_SCRIPTS = \ |
