Skip to content

Commit

Permalink
Clean up MANIFEST/MO file notice
Browse files Browse the repository at this point in the history
With both translator documentation and a unit test for the manifest we
shouldn't need the note about including MO files in the manifest
anymore.
  • Loading branch information
mattias-p committed Oct 27, 2021
1 parent a1cdbb8 commit 1ffc5fa
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions share/GNUmakefile
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,6 @@ PMFILES := $(shell find ../lib -type f -name '*.pm' | sort)
TESTMODULEFILES := $(shell find ../lib/Zonemaster/Engine/Test -type f -name '*.pm' | sort)

all: $(MOFILES) modules.txt
@echo
@echo Remember to make sure all of the above names are in the
@echo MANIFEST file, or they will not be installed.
@echo

# Tidy the formatting of all PO files
tidy-po:
Expand Down

0 comments on commit 1ffc5fa

Please sign in to comment.