man/po/Makefile: add a comment to shadow-man-pages.pot

Add a comment at the top of that file explaining how to
regenerate it.

We should add a README, but I don't have time to draft one
right now.

Signed-off-by: Serge Hallyn <serge@hallyn.com>
This commit is contained in:
Serge Hallyn
2023-07-15 07:50:34 -05:00
parent 9df4801e0b
commit 35e91daba0

View File

@@ -114,6 +114,8 @@ $(DOMAIN).pot-update: $(XMLFILES) $(srcdir)/XMLFILES remove-potcdate.sed
else \
mv $(DOMAIN).po $(srcdir)/$(DOMAIN).pot; \
fi; \
sed -i '1i \
# To re-generate, run "cd man/po; make update-po"' $(srcdir)/$(DOMAIN).pot; \
}
# This rule has no dependencies: we don't need to update $(DOMAIN).pot at