fixed install-po target

--Sven
This commit is contained in:
Sven Neumann 2000-10-14 19:05:37 +00:00
parent 6fd73ed6e7
commit 06d0b4c0a6
2 changed files with 2 additions and 1 deletions

View File

@ -14,6 +14,7 @@ Revision history for Gimp-Perl extension.
- removed gimp_proc_db_proc_info from xs code in favour
of the PDB call.
- fix the parasite-editor as much as possible.
- fix install-po target (Sven)
1.201 Thu Aug 24 23:44:43 CEST 2000
** LAST VERSION THAT WORKS WITH 1.0 **

View File

@ -193,7 +193,7 @@ install :: install-po
$main::dont_embed || (cd embed && \$(MAKE) install)
install-po:
cd po && \$(MAKE) install-po
cd po && \$(MAKE) install
".$install;
}