diff --git a/ChangeLog b/ChangeLog
index a574b3ae6170c7bac88ef8a10c9516af2d0cf1f3..86b2a8063a2ba86ce334e6cfab01db8dd2220434 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+2014-04-10  Benno Schulenberg  <bensberg@justemail.net>
+	* doc/syntax/Makefile.am: Add four recent syntaxes to the packlist.
+
 2014-04-08  Benno Schulenberg  <bensberg@justemail.net>
 	* doc: Add the documentation for the new --noread option.
 	* doc: Add missing --poslog option to the texinfo file, plus tweaks.
diff --git a/doc/syntax/Makefile.am b/doc/syntax/Makefile.am
index 13bf619442be13e47638dc8a7ba62f0a6a6dcc2c..fb53de7bf89131a94b4a9b8859e16145a1e7ae08 100644
--- a/doc/syntax/Makefile.am
+++ b/doc/syntax/Makefile.am
@@ -1,14 +1,17 @@
 pkgdata_DATA =	asm.nanorc \
 		awk.nanorc \
+		changelog.nanorc \
 		cmake.nanorc \
 		c.nanorc \
 		css.nanorc \
 		debian.nanorc \
 		fortran.nanorc \
 		gentoo.nanorc \
+		go.nanorc \
 		groff.nanorc \
 		html.nanorc \
 		java.nanorc \
+		javascript.nanorc \
 		lua.nanorc \
 		makefile.nanorc \
 		man.nanorc \
@@ -20,6 +23,7 @@ pkgdata_DATA =	asm.nanorc \
 		patch.nanorc \
 		perl.nanorc \
 		php.nanorc \
+		po.nanorc \
 		pov.nanorc \
 		python.nanorc \
 		ruby.nanorc \